-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NH-76996 Otelcol: collecting Lambda function logs #18
Conversation
// Function, | ||
// Extension, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Do we still need these for later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I keep it there so it doesn't have much difference when compared to upstream. (Easier to sync)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
* Added logs receiver * Added basic test cases * Decoupled API version from schema version * Fixed the data type of Record for parsing different type of logs * Updated to use semconv v1.25.0 * Added SubscribeEvents function so as to accept events parameter to subscribe
SubscribeEvents
function so as to accept events parameter to subscribeNH-76996